type github.com/jackc/pgx/v5/pgtype.fmtStringerWrapper

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L647: type fmtStringerWrapper struct {
		builtin_wrappers.go#L651: func (w fmtStringerWrapper) TextValue() (Text, error) {
		pgtype.go#L1510: 		return &wrapFmtStringerEncodePlan{}, fmtStringerWrapper{value}, true
		pgtype.go#L1753: 	return plan.next.Encode(fmtStringerWrapper{value.(fmt.Stringer)}, buf)